Make the function member of Lisp_Subr use standard C prototypes.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 Jul 2010 02:49:37 +0000 (19:49 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 7 Jul 2010 02:49:37 +0000 (19:49 -0700)
commit3398b3e22418e456518fa1ec83858435563efc46
treed73b54701a1860471a7f98a0b2055a8a8606722c
parenta11964b8e08baee9fc536a82c3517651fd93b84a
Make the function member of Lisp_Subr use standard C prototypes.
* src/lisp.h (struct Lisp_Subr): Use a union for the function member.
(DECL_ALIGN): Add a cast for the function.
* src/eval.c (Feval, Ffuncall): Use the proper type for each type
function call.
src/ChangeLog
src/eval.c
src/lisp.h